bitkeeper revision 1.7.3.33 (3e01b4a6DRHjggWBhsbCS7yeeCFbHg)
authorlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Thu, 19 Dec 2002 11:59:34 +0000 (11:59 +0000)
committerlynx@idefix.cl.cam.ac.uk <lynx@idefix.cl.cam.ac.uk>
Thu, 19 Dec 2002 11:59:34 +0000 (11:59 +0000)
debug

xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c

index 5c77365cb380996c26d155562d291b2458a99da3..87cbfb0483a1f68bfa5e3b35a6034e71fbfdc1fa 100644 (file)
@@ -178,9 +178,14 @@ unsigned long direct_mmap(unsigned long phys_addr, unsigned long size,
         goto out;
     }
 
+       printk(KERN_ALERT "bd240 debug: before kmalloc\n");
+
     /* add node on the list of directly mapped areas */ 
     //dmmap = (direct_mmap_node_t *)kmalloc(GFP_KERNEL, sizeof(direct_mmap_node_t));
     dmmap = (direct_mmap_node_t *)kmalloc(GFP_KERNEL, 128);
+
+       printk(KERN_ALERT "bd240 debug: after kmalloc\n");
+
     dmmap->addr = addr;
     list_add(&dmmap->list, &current->mm->context.direct_list);